chore: release main#256
Merged
Merged
Conversation
Contributor
Author
|
🤖 Created releases: 🌻 |
theagenticguy
added a commit
that referenced
this pull request
Jun 29, 2026
…#257) ## What `Verify Global Install` workflow hardcoded `MAX_INSTALL_SECS: "60"`, but `scripts/verify-global-install.sh` documents a **120s** default and its header explicitly notes the tight 60s *"tripped on slow cells despite a clean install."* This change deletes the override so the workflow uses the script's documented 120s ceiling. ## Why The `macos-x64-node24-nvm` leg flaked on the last release push (`chore: release main #256`, `4c16f5b`): ``` [FAIL] gate 4: install took 61s (> 60s budget) ``` A **1-second** margin miss on a clean install — not a regression. The CI, CodeQL, Semgrep, Self-Scan, and Scorecard suites all passed on the same SHA; only this timing gate tripped. The gate exists to catch an install that **hangs or refetches** the native prebuilts (ladybug + duckdb + onnxruntime — though note ADR 0019 has since removed ladybug/duckdb, leaving onnxruntime-node as the only native dep). On a loaded shared macOS runner a cold-cache global install legitimately varies 30–90s, so 60s was below the noise floor. 120s keeps the hang-detection intent while ending the margin flakes. ## Blast radius CI-only. One env value in one workflow step. No source or runtime change. Fixes the recurring macOS-runner flake class tracked in #163. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated release via release-please
root: 0.10.1
0.10.1 (2026-06-26)
Bug Fixes
cli: 0.10.1
0.10.1 (2026-06-26)
Chores
This PR was generated with Release Please. See documentation.